| Miner.Data.Access Namespace > DataLoader Class > LoadRelatedDataInOneDirection Method : LoadRelatedDataInOneDirection(DataSession,DataRow[],String) Method | 
'DeclarationPublic Overloads Function LoadRelatedDataInOneDirection( _ ByVal session As DataSession, _ ByVal originRows() As System.Data.DataRow, _ ByVal relationName As System.String _ ) As DataLoaderResults
'UsageDim instance As DataLoader Dim session As DataSession Dim originRows() As System.Data.DataRow Dim relationName As System.String Dim value As DataLoaderResults value = instance.LoadRelatedDataInOneDirection(session, originRows, relationName)
public DataLoaderResults LoadRelatedDataInOneDirection( DataSession session, System.Data.DataRow[] originRows, System.string relationName )
public function LoadRelatedDataInOneDirection( session: DataSession; originRows: System.Data.DataRowarray of; relationName: System.String ): DataLoaderResults;
public function LoadRelatedDataInOneDirection( session : DataSession, originRows : System.Data.DataRow[], relationName : System.String ) : DataLoaderResults;
public: DataLoaderResults* LoadRelatedDataInOneDirection( DataSession* session, System.Data.DataRow*[]* originRows, System.string* relationName )
public: DataLoaderResults^ LoadRelatedDataInOneDirection( DataSession^ session, System.Data.array<DataRow^>^ originRows, System.String^ relationName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2